macos: Fix return value
authorBenjamin Otte <otte@redhat.com>
Wed, 3 Nov 2021 21:53:31 +0000 (22:53 +0100)
committerBenjamin Otte <otte@redhat.com>
Wed, 3 Nov 2021 21:53:59 +0000 (22:53 +0100)
gdk/macos/gdkmacosglcontext.c

index ca4b7545e99fb12a9401072debed0c920b29f7cb..1800815786b52b23ef8033237bbb82709f75bb79 100644 (file)
@@ -163,7 +163,7 @@ ensure_gl_view (GdkMacosGLContext *self)
   return [nswindow contentView];
 }
 
-static gboolean
+static GdkGLAPI
 gdk_macos_gl_context_real_realize (GdkGLContext  *context,
                                    GError       **error)
 {